type testing.matchStringOnly
16 uses
testing (current package)
testing.go#L1569: type matchStringOnly func(pat, str string) (bool, error)
testing.go#L1571: func (f matchStringOnly) MatchString(pat, str string) (bool, error) { return f(pat, str) }
testing.go#L1572: func (f matchStringOnly) StartCPUProfile(w io.Writer) error { return errMain }
testing.go#L1573: func (f matchStringOnly) StopCPUProfile() {}
testing.go#L1574: func (f matchStringOnly) WriteProfileTo(string, io.Writer, int) error { return errMain }
testing.go#L1575: func (f matchStringOnly) ImportPath() string { return "" }
testing.go#L1576: func (f matchStringOnly) StartTestLog(io.Writer) {}
testing.go#L1577: func (f matchStringOnly) StopTestLog() error { return errMain }
testing.go#L1578: func (f matchStringOnly) SetPanicOnExit0(bool) {}
testing.go#L1579: func (f matchStringOnly) CoordinateFuzzing(time.Duration, int64, time.Duration, int64, int, []corpusEntry, []reflect.Type, string, string) error {
testing.go#L1582: func (f matchStringOnly) RunFuzzWorker(func(corpusEntry) error) error { return errMain }
testing.go#L1583: func (f matchStringOnly) ReadCorpus(string, []reflect.Type) ([]corpusEntry, error) {
testing.go#L1586: func (f matchStringOnly) CheckCorpus([]any, []reflect.Type) error { return nil }
testing.go#L1587: func (f matchStringOnly) ResetCoverage() {}
testing.go#L1588: func (f matchStringOnly) SnapshotCoverage() {}
testing.go#L1597: os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, nil, examples).Run())